.htaccess problem
i'm working in .htaccess file in the root of my site and i need to upload files..
take a look in the code below
[PHP]
RewriteEngine on
RewriteCond %{HTTP_HOST} ^queen-of-nile.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.queen-of-nile.com$
RewriteRule ^(.*)$ "http\:\/\/www\.egyptholidaytours\.com\/" [R=301,L][/PHP]
is working Well... but i need to change the max_exceution_time to upload large file size but it did not work and it shows me an Error (below code)
[PHP]
RewriteEngine on
RewriteCond %{HTTP_HOST} ^queen-of-nile.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.queen-of-nile.com$
RewriteRule ^(.*)$ "http\:\/\/www\.egyptholidaytours\.com\/" [R=301,L]
# You can set this in scripts with ini_set()
php_admin_value max_execution_time "120"
[/php]
[b:3o2wj1xe][SIZE="5"]The Error is[/SIZE]
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email:3o2wj1xe]webmaster@egyptholidaytours.com[/email:3o2wj1xe] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request[/b:3o2wj1xe].
[COLOR="Red"]
ALL THAT I NEED IS TO UPLOAD LARGE FILE [b:3o2wj1xe]BUT I DONT KNOW HOW TO CHANGE IT[/b:3o2wj1xe]
[/COLOR]
plz i need help